ActiveReports Developer 7 > ActiveReports Developer Guide > Upgrading Reports |
ActiveReports Developer 7 allows you to upgrade your reports from other versions of ActiveReports and Data Dynamics Reports.
You can automatically update reports and corresponding reference assemblies using the ActiveReports Developer Upgrade tool, and then handle any additional errors in the code.
Important: Be sure to create a backup for your project before starting the upgrade process. |
To upgrade project references and reports
Once the tool upgrades the report files, notice that all of the ActiveReports 6 or Data Dynamics Reports assemblies in the Solution Explorer are replaced with ActiveReports Developer assembly references.
To handle errors in code
The ActiveReports Developer Upgrade tool upgrades the reports and corresponding reference assemblies, but the upgraded assembly names break the code.
Note: The error messages in a just-upgraded project may seem a bit odd if the project retains some of the old references in memory. To work around this Visual Studio issue, you can close and reopen the project for more understandable error messages. |
Examples of code that might break and how to fix it:
DataDynamics.ActiveReports.Viewer.Viewer
with GrapeCity.ActiveReports.Viewer.Win.Viewer.MultiplePageCols
property is changed to MultiPageCols
.